.menu-bar {
  background-color: #000;
  padding: 0.5rem;
  width: 100vw;
}

.site-menu {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-logo {
  position: absolute;
  left: 0;
  margin: 0;
  color: white;
}

.menu-item {
  color: white;
  text-decoration: none;
  margin: 0 0.5rem;
}
.main-site-body {
  
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
}

body {
  background-color: rgba(216, 16, 16, 0.881);
}
